CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ostu image segmentation

搜索资源列表

  1. 图像处理中 各种阈值分割的基本算法的实现

    0下载:
  2. 图像处理中 各种阈值分割的基本算法的实现,包括双峰法 迭代法 大金法(ostu)等等,A variety of image processing in the basic threshold segmentation algorithm, including the bimodal method, iteration method, Daikin (ostu), etc.
  3. 所属分类:matlab例程

    • 发布日期:2017-03-22
    • 文件大小:3294
    • 提供者:
  1. Otsualgorithm

    0下载:
  2. 经典的OSTU的算法,实现对图像阈值的查找并对图像进行二值化分割显示-OSTU classic algorithms, to achieve the threshold on the image search and image segmentation show binarization
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1557
    • 提供者:冯西
  1. GASA

    0下载:
  2. 基于遗传模拟退火和Otsu法的图像分割。采用一种基于模拟退火算法(SA)的混合遗传算法(GASA),来进行Otsu方法选择阈值,其中进行求解时是非线性的遗传算法(GA)的应用优化了求阈值过程,并尽可能地减少其运算量,而加入SA则避免了遗传算法(GA)常见的早熟收敛现象,从而实现有效简单的图像分割。 -adopt hybrid genetic algorithm(GASA) based on simulated annealing algorithm,choose threshold by O
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:82359
    • 提供者:李丽
  1. ostucode

    0下载:
  2. 图像处理中用到的OSTU的图像分割法,这里包括了OSTU图像分割法很多MATLAB的源程序代码。-OSTU used in image processing image segmentation, where image segmentation methods include OSTU many MATLAB source code lines.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:167572
    • 提供者:wangbaohua
  1. yixuetuxiangfenge

    1下载:
  2. 出了一种适合医学图像分割的改进分水岭算法,针对分水岭算法存在的过分割问题,采用数学 形态学重构滤波器和Ostu阈值分割方法对图像中感兴趣的目标和背景进行标记。根据标记的二值图像, 运用形态学极小值标定技术对原有梯度图像进行修正。最后,使用分水岭算法对修正的梯度图像进行分割。该方法能有效抑制过分割现象,而且计算复杂程度较低、分割效果较好。-Out of a medical image segmentation for improved watershed algorithm for seg
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:199764
    • 提供者:xiliao
  1. pudn_svm

    0下载:
  2. 基于支持向量机的图像分割,并且包括Ostu法,迭代法。-MATLAB、image segmentation、support vector machine
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:16761
    • 提供者:金德元
  1. otsuycrcb

    0下载:
  2. 图像在YCBCR空间中基于OSTU大津发的分割与去噪-image segmentation based on Ostu in YCbCr colour space
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:792
    • 提供者:王龙
  1. 4

    0下载:
  2. ostu图像分割阈值算法,实现图像的分割,很不错的matlab程序,欢迎下载-OSTU threshold image segmentation algorithm, image segmentation, very good Matlab procedures, welcomed Download
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:168301
    • 提供者:li
  1. ostu

    0下载:
  2. 提出了最大类间方差法的优化算法,适合背景较复杂的图像分割-The Otsu method optimization algorithm suitable background image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:10410
    • 提供者:白杨
  1. OSTU-matlab

    0下载:
  2. matlab,图像分割,最大类间方差(OSTU)-matlab, image segmentation, the largest class variance (OSTU)
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:4200
    • 提供者:chendan
  1. OSTU

    0下载:
  2. 是自适应阈值的分割,主要对图像用matlab进行分割图像,确定图像想要的东西-Adaptive segmentation threshold, the main image to image segmentation using matlab, determine what image you want
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:673
    • 提供者:陈亮
  1. ostu

    0下载:
  2. 这个程序是采用ost进行图像分割的具体例子,可以直接使用-This program is carried out using specific examples ost image segmentation can be used directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:829
    • 提供者:李宁
  1. ostu

    1下载:
  2. otsu目标分割。自编程序,对背景与目标反差较大的图像分割效果很好-otsu target segmentation. Self programming, with the goal of a greater contrast between the background image segmentation with good results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:988
    • 提供者:赵君爱
  1. ostu

    1下载:
  2. 讲述图像分割的方法,会给初学者很大的帮助-Image segmentation method described, will be very helpful for beginners
  3. 所属分类:assembly language

    • 发布日期:2017-04-27
    • 文件大小:168354
    • 提供者:闫瑞菊
  1. ostu

    0下载:
  2. 此代码应用于图像分割,是基于类间方差的大津法求分割阈值-This code applies to image segmentation is based on the variance between two classes of Otsu threshold segmentation uated
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:837
    • 提供者:小霞米
  1. OSTU

    0下载:
  2. 利用MATLAB编写的图像二值化函数,使用了大津阈值法对图像进行阈值分割-Using the binarized image function written in MATLAB, using the Otsu threshold method for image segmentation threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-12-10
    • 文件大小:556653
    • 提供者:Mryang
  1. 图片

    0下载:
  2. OTSU算法也称最大类间差法,有时也称之为大津算法,被认为是图像分割中阈值选取的最佳算法,计算简单,不受图像亮度和对比度的影响,因此在数字图像处理上得到了广泛的应用。它是按图像的灰度特性,将图像分成背景和前景两部分.(Difference method OTSU algorithm called maximum class, sometimes called the Otsu algorithm, is considered to be the best algorithm, threshold
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:124928
    • 提供者:蓝天可凡00
  1. matlab

    1下载:
  2. ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点(OSTU threshold image segmentation algorithm for image segmentation Ostu optimal threshold optimization process, greatly reduces the search image thresholding computation t
  3. 所属分类:图形图像处理

  1. ostu

    0下载:
  2. 大津法(OTSU)是一种确定图像二值化分割阈值的算法,由日本学者大津于1979年提出。从大津法的原理上来讲,该方法又称作最大类间方差法,因为按照大津法求得的阈值进行图像二值化分割后,前景与背景图像的类间方差最大(何为类间方差?原理中有介绍)。(Otsu method (OTSU) is a set of image binarization threshold segmentation algorithm, proposed by Japanese scholars ohtsu in 1979.
  3. 所属分类:OpenCV

  1. OSTU

    2下载:
  2. 用OSTU和KSW实现多阈值图像分割,matlab代码(Image Segmentation Using OSTU and KSW)
  3. 所属分类:图形图像处理

    • 发布日期:2020-03-13
    • 文件大小:1024
    • 提供者:不可名状
« 1 23 »
搜珍网 www.dssz.com